python_library(
    dependencies=[],
    sources=globs("{{ cookiecutter.package_name }}/**/*"),
    tags={"lib", "code", "python"},
)
